Mark everything that requires javascript with class reqjs
[plack-app-gruntmaster.git] / js / 90-reqjs.js
1 (function(){
2 'use strict';
3
4 $( document ).ready(function() {
5 $('.reqjs').removeClass('reqjs');
6 });
7 })();
This page took 0.023753 seconds and 5 git commands to generate.