]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Fixed plugin 'double dip' in foundation.reflow.fn 7374/head
authorPhil Musser <philipm@criticalmass.com>
Thu, 3 Dec 2015 17:51:29 +0000 (10:51 -0700)
committerPhil Musser <philipm@criticalmass.com>
Thu, 3 Dec 2015 17:51:29 +0000 (10:51 -0700)
commit527dda80c973727b86f92acad52215be8d50c38b
tree14b3f404daba85068f8e4bb17caa3d2187d25f65
parentc3bc4ecd4d57861d042339bc7eaa72b47cc47d1b
Fixed plugin 'double dip' in foundation.reflow.fn

Checking for “double dip” on plugins should use the jQuery ‘data’
instead of ‘attr’ since ‘zf-plugin’ is set as a jQuery data key when
the instance of the plugin on the element is created.
js/foundation.core.js