silverstripe-contentreview/javascript/contentreview.js

8 lines
153 B
JavaScript
Raw Normal View History

/*jslint browser: true, nomen: true, white: true */ /*global $, jQuery*/
jQuery(function($) {
"use strict";
$.entwine('ss', function($) {
});
});