Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotz committed Dec 4, 2013
1 parent 5e64a8a commit 92f6e2c
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{ {
"name": "oridomi", "name": "oridomi",
"description": "Origami for the web. Fold up the DOM like paper.", "description": "Origami for the web. Fold up the DOM like paper.",
"version": "1.0.3", "version": "1.0.4",
"main": "oridomi.js", "main": "oridomi.js",
"ignore": [ "ignore": [
"demo/", "demo/",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "oridomi", "name": "oridomi",
"repo": "dmotz/oriDomi", "repo": "dmotz/oriDomi",
"description": "Origami for the web. Fold up the DOM like paper.", "description": "Origami for the web. Fold up the DOM like paper.",
"version": "1.0.3", "version": "1.0.4",
"main": "oridomi.js", "main": "oridomi.js",
"ignore": [ "ignore": [
"demo/", "demo/",
Expand Down
5 changes: 3 additions & 2 deletions docs/oridomi.html
Expand Up @@ -23,7 +23,7 @@
</div> </div>
<h1>OriDomi</h1> <h1>OriDomi</h1>
<h3>Fold up the DOM like paper.</h3> <h3>Fold up the DOM like paper.</h3>
<p>1.0.3</p> <p>1.0.4</p>
<p><a href="http://oridomi.com">oridomi.com</a></p> <p><a href="http://oridomi.com">oridomi.com</a></p>
<h4>by <a href="http://oxism.com">Dan Motzenbecker</a></h4> <h4>by <a href="http://oxism.com">Dan Motzenbecker</a></h4>
<p>Copyright 2013, MIT License</p> <p>Copyright 2013, MIT License</p>
Expand Down Expand Up @@ -984,6 +984,7 @@ <h1>Setup</h1>
position: <span class="string">'absolute'</span> position: <span class="string">'absolute'</span>
overflow: <span class="string">'hidden'</span> overflow: <span class="string">'hidden'</span>
transform: <span class="string">'translate3d(0, 0, 0)'</span> transform: <span class="string">'translate3d(0, 0, 0)'</span>
outline: <span class="string">'1px solid transparent'</span>


addStyle elClasses.panel, addStyle elClasses.panel,
width: <span class="string">'100%'</span> width: <span class="string">'100%'</span>
Expand Down Expand Up @@ -3646,7 +3647,7 @@ <h1>Statics</h1>


</div> </div>


<div class="content"><div class='highlight'><pre> <span class="property">@VERSION</span> = <span class="string">'1.0.3'</span></pre></div></div> <div class="content"><div class='highlight'><pre> <span class="property">@VERSION</span> = <span class="string">'1.0.4'</span></pre></div></div>


</li> </li>


Expand Down
5 changes: 3 additions & 2 deletions oridomi.coffee
@@ -1,6 +1,6 @@
# # OriDomi # # OriDomi
# ### Fold up the DOM like paper. # ### Fold up the DOM like paper.
# 1.0.3 # 1.0.4


# [oridomi.com](http://oridomi.com) # [oridomi.com](http://oridomi.com)
# #### by [Dan Motzenbecker](http://oxism.com) # #### by [Dan Motzenbecker](http://oxism.com)
Expand Down Expand Up @@ -348,6 +348,7 @@ do ->
position: 'absolute' position: 'absolute'
overflow: 'hidden' overflow: 'hidden'
transform: 'translate3d(0, 0, 0)' transform: 'translate3d(0, 0, 0)'
outline: '1px solid transparent'


addStyle elClasses.panel, addStyle elClasses.panel,
width: '100%' width: '100%'
Expand Down Expand Up @@ -1261,7 +1262,7 @@ class OriDomi




# Set a version flag for easy external retrieval. # Set a version flag for easy external retrieval.
@VERSION = '1.0.3' @VERSION = '1.0.4'


# Externally check if OriDomi is supported by the browser. # Externally check if OriDomi is supported by the browser.
@isSupported = isSupported @isSupported = isSupported
Expand Down
2 changes: 1 addition & 1 deletion oridomi.jquery.json
Expand Up @@ -10,7 +10,7 @@
"mobile", "mobile",
"effect" "effect"
], ],
"version": "1.0.3", "version": "1.0.4",
"author": { "author": {
"name": "Dan Motzenbecker", "name": "Dan Motzenbecker",
"url": "http://oxism.com" "url": "http://oxism.com"
Expand Down
5 changes: 3 additions & 2 deletions oridomi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oridomi.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion oridomi.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"url": "http://oxism.com" "url": "http://oxism.com"
}, },
"homepage": "http://oridomi.com", "homepage": "http://oridomi.com",
"version": "1.0.3", "version": "1.0.4",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
Expand Down

0 comments on commit 92f6e2c

Please sign in to comment.