mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
6 lines
124 B
JavaScript
6 lines
124 B
JavaScript
/* global _jQuery: true, _jqLiteMode: true */
|
|
'use strict';
|
|
|
|
var _jQuery = jQuery.noConflict(true),
|
|
_jqLiteMode = true;
|