Skip to content

Commit

Permalink
jquery 지원버전 1.9~로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
이진오 committed Jan 31, 2019
1 parent 38c1194 commit ce4f7f3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = function ( grunt ) {
'use strict';

var pkg = grunt.file.readJSON( 'package.json' ),
comment = '/**\n * <%= pkg.name %> - Javascript Library (jQuery plugin)\n * jQuery v1.8~ (http://jquery.com) + ixBand v1.0~ (http://ixband.com)\n * @version v<%= pkg.version %> (<%= grunt.template.today("yymmddHHMM") %>)\n * The MIT License (MIT), http://ixsnack.com\n */\n';
comment = '/**\n * <%= pkg.name %> - Javascript Library (jQuery plugin)\n * jQuery v1.9~ (http://jquery.com) + ixBand v1.0~ (http://ixband.com)\n * @version v<%= pkg.version %> (<%= grunt.template.today("yymmddHHMM") %>)\n * The MIT License (MIT), http://ixsnack.com\n */\n';

// Project configuration.
grunt.initConfig({
Expand Down
6 changes: 3 additions & 3 deletions dist/ixSnack.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/ixSnack_0.6.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* ixsnack - Javascript Library (jQuery plugin)
* jQuery v1.8~ (http://jquery.com) + ixBand v1.0~ (http://ixband.com)
* @version v0.6.1 (1901301412)
* jQuery v1.9~ (http://jquery.com) + ixBand v1.0~ (http://ixband.com)
* @version v0.6.2 (1901311608)
* The MIT License (MIT), http://ixsnack.com
*/
;(function (window) {
Expand Down Expand Up @@ -49,7 +49,7 @@
* Plugin에서 사용하는 공통기능
*/
ixSnack = $B.object.extend(ixSnack, {
VERSION: '0.6.1',
VERSION: '0.6.2',
MS_POINTER: ( navigator.pointerEnabled || navigator.msPointerEnabled ),
TRANSFORM: (function () {
if ( SUPPORT_WINDOW && !($B.ua.MSIE && $B.ua.DOC_MODE_IE10_LT) ) {
Expand Down
6 changes: 3 additions & 3 deletions dist/ixSnack_0.6.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ixsnack",
"version": "0.6.1",
"version": "0.6.2",
"fileName": "ixSnack_0.6",
"description": "Javascript UI Library (slide, slider, carousel ...)",
"main": "dist/ixSnack_0.6.js",
Expand Down

0 comments on commit ce4f7f3

Please sign in to comment.