mirror of
https://github.com/blasten/turn.js.git
synced 2025-06-18 17:39:17 +08:00
Remove ES6 import
This commit is contained in:
parent
3e2e38d54d
commit
6c12f3e327
21
index.js
21
index.js
@ -1,23 +1,4 @@
|
|||||||
/**
|
var $ = require('jquery');
|
||||||
* turn.js 3rd release
|
|
||||||
* www.turnjs.com
|
|
||||||
*
|
|
||||||
* Copyright (C) 2012, Emmanuel Garcia.
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* Redistribution and use in source and binary forms, with or without
|
|
||||||
* modification, are permitted provided that the following conditions
|
|
||||||
* are met:
|
|
||||||
*
|
|
||||||
* 1. Redistributions of source code must retain the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
*
|
|
||||||
* 2. Any redistribution, use, or modification is done solely for personal
|
|
||||||
* benefit and not for any commercial purpose or for monetary gain.
|
|
||||||
*
|
|
||||||
**/
|
|
||||||
|
|
||||||
import $ from 'jquery';
|
|
||||||
|
|
||||||
var has3d,
|
var has3d,
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "turn.js",
|
"name": "turn.js",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "Web page flipper",
|
"description": "Web page flipper",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "https://github.com/igghera/turn.js.git",
|
"repository": "https://github.com/igghera/turn.js.git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user