mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
8 lines
153 B
JavaScript
8 lines
153 B
JavaScript
/*jslint browser: true, nomen: true, white: true */ /*global $, jQuery*/
|
|
|
|
jQuery(function($) {
|
|
"use strict";
|
|
|
|
$.entwine('ss', function($) {
|
|
});
|
|
}); |